private StatementResult getServers( Connection connection )
{
return NetworkSession.run( connection, GET_SERVER );
}
}
}
{
try
{
return NetworkSession.run( connection, CALL_GET_SERVER ).list();
}
catch ( ClientException e )
{